[INFO] fetching crate reclaim 0.2.2...
[INFO] fixing reclaim-0.2.2 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate reclaim 0.2.2 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate reclaim 0.2.2
[INFO] finished tweaking crates.io crate reclaim 0.2.2
[INFO] tweaked toml for crates.io crate reclaim 0.2.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate reclaim 0.2.2 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate reclaim 0.2.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 08194ddc179e78dac4754393eb15950dff66f9523e8a16983f604239f5988e41
[INFO] running `Command { std: "docker" "start" "08194ddc179e78dac4754393eb15950dff66f9523e8a16983f604239f5988e41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "08194ddc179e78dac4754393eb15950dff66f9523e8a16983f604239f5988e41" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "08194ddc179e78dac4754393eb15950dff66f9523e8a16983f604239f5988e41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "08194ddc179e78dac4754393eb15950dff66f9523e8a16983f604239f5988e41" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling typenum v1.10.0
[INFO] [stderr]     Checking matches v0.1.8
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling memoffset v0.5.1
[INFO] [stderr]     Checking reclaim v0.2.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating examples/treiber.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.82s
[INFO] [stderr] crater-edition-check: reclaim v0.2.2 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]     Checking reclaim v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/pointer/marked.rs:70:50
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn unwrap_value_or_else(self, func: impl (FnOnce(usize) -> T)) -> T {
[INFO] [stdout]    |                                                  ^                  ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 70 -     pub fn unwrap_value_or_else(self, func: impl (FnOnce(usize) -> T)) -> T {
[INFO] [stdout] 70 +     pub fn unwrap_value_or_else(self, func: impl FnOnce(usize) -> T ) -> T {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/pointer/marked.rs:80:49
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn map<U: NonNullable>(self, func: impl (FnOnce(T) -> U)) -> Marked<U> {
[INFO] [stdout]    |                                                 ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 80 -     pub fn map<U: NonNullable>(self, func: impl (FnOnce(T) -> U)) -> Marked<U> {
[INFO] [stdout] 80 +     pub fn map<U: NonNullable>(self, func: impl FnOnce(T) -> U ) -> Marked<U> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `const_err` has been removed: converted into hard error, see issue #71800 <https://github.com/rust-lang/rust/issues/71800> for more information
[INFO] [stdout]    --> src/pointer/mod.rs:392:8
[INFO] [stdout]     |
[INFO] [stdout] 392 | #[deny(const_err)]
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/pointer/marked.rs:70:50
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn unwrap_value_or_else(self, func: impl (FnOnce(usize) -> T)) -> T {
[INFO] [stdout]    |                                                  ^                  ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 70 -     pub fn unwrap_value_or_else(self, func: impl (FnOnce(usize) -> T)) -> T {
[INFO] [stdout] 70 +     pub fn unwrap_value_or_else(self, func: impl FnOnce(usize) -> T ) -> T {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/pointer/marked.rs:80:49
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn map<U: NonNullable>(self, func: impl (FnOnce(T) -> U)) -> Marked<U> {
[INFO] [stdout]    |                                                 ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 80 -     pub fn map<U: NonNullable>(self, func: impl (FnOnce(T) -> U)) -> Marked<U> {
[INFO] [stdout] 80 +     pub fn map<U: NonNullable>(self, func: impl FnOnce(T) -> U ) -> Marked<U> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `const_err` has been removed: converted into hard error, see issue #71800 <https://github.com/rust-lang/rust/issues/71800> for more information
[INFO] [stdout]    --> src/pointer/mod.rs:392:8
[INFO] [stdout]     |
[INFO] [stdout] 392 | #[deny(const_err)]
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<usize>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/pointer/atomic.rs:142:42
[INFO] [stdout]     |
[INFO] [stdout] 142 |         MarkedPtr::from_usize(self.inner.compare_and_swap(
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<usize>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/pointer/atomic.rs:142:42
[INFO] [stdout]     |
[INFO] [stdout] 142 |         MarkedPtr::from_usize(self.inner.compare_and_swap(
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:534:9
[INFO] [stdout]     |
[INFO] [stdout] 534 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 537 |     ) -> Marked<Shared<T, Self::Reclaimer, N>>;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 537 |     ) -> Marked<Shared<'_, T, Self::Reclaimer, N>>;
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:563:9
[INFO] [stdout]     |
[INFO] [stdout] 563 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 567 |     ) -> AcquireResult<T, Self::Reclaimer, N>;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 567 |     ) -> AcquireResult<'_, T, Self::Reclaimer, N>;
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:775:19
[INFO] [stdout]     |
[INFO] [stdout] 775 |     pub fn shared(&self) -> Shared<T, G::Reclaimer, N> {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 775 |     pub fn shared(&self) -> Shared<'_, T, G::Reclaimer, N> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:534:9
[INFO] [stdout]     |
[INFO] [stdout] 534 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 537 |     ) -> Marked<Shared<T, Self::Reclaimer, N>>;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 537 |     ) -> Marked<Shared<'_, T, Self::Reclaimer, N>>;
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:563:9
[INFO] [stdout]     |
[INFO] [stdout] 563 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 567 |     ) -> AcquireResult<T, Self::Reclaimer, N>;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 567 |     ) -> AcquireResult<'_, T, Self::Reclaimer, N>;
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:775:19
[INFO] [stdout]     |
[INFO] [stdout] 775 |     pub fn shared(&self) -> Shared<T, G::Reclaimer, N> {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 775 |     pub fn shared(&self) -> Shared<'_, T, G::Reclaimer, N> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/leak.rs:118:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 121 |     ) -> Marked<Shared<T, N>> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 121 |     ) -> Marked<Shared<'_, T, N>> {
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct
[INFO] [stdout]    --> src/leak.rs:56:1
[INFO] [stdout]     |
[INFO] [stdout]  56 | pub struct Header {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:178:9
[INFO] [stdout]     |
[INFO] [stdout] 178 | #![warn(missing_docs)]
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/leak.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 132 |     ) -> AcquireResult<T, Self::Reclaimer, N> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 132 |     ) -> AcquireResult<'_, T, Self::Reclaimer, N> {
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]   --> src/leak.rs:57:5
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub checksum: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/leak.rs:118:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 121 |     ) -> Marked<Shared<T, N>> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 121 |     ) -> Marked<Shared<'_, T, N>> {
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/leak.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 132 |     ) -> AcquireResult<T, Self::Reclaimer, N> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 132 |     ) -> AcquireResult<'_, T, Self::Reclaimer, N> {
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/atomic/mod.rs:471:24
[INFO] [stdout]     |
[INFO] [stdout] 471 |     pub fn load_shared(&self, order: Ordering) -> Option<Shared<T, Leaking, N>> {
[INFO] [stdout]     |                        ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 471 |     pub fn load_shared(&self, order: Ordering) -> Option<Shared<'_, T, Leaking, N>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/atomic/mod.rs:488:31
[INFO] [stdout]     |
[INFO] [stdout] 488 |     pub fn load_marked_shared(&self, order: Ordering) -> Marked<Shared<T, Leaking, N>> {
[INFO] [stdout]     |                               ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 488 |     pub fn load_marked_shared(&self, order: Ordering) -> Marked<Shared<'_, T, Leaking, N>> {
[INFO] [stdout]     |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/atomic/mod.rs:471:24
[INFO] [stdout]     |
[INFO] [stdout] 471 |     pub fn load_shared(&self, order: Ordering) -> Option<Shared<T, Leaking, N>> {
[INFO] [stdout]     |                        ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 471 |     pub fn load_shared(&self, order: Ordering) -> Option<Shared<'_, T, Leaking, N>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/atomic/mod.rs:488:31
[INFO] [stdout]     |
[INFO] [stdout] 488 |     pub fn load_marked_shared(&self, order: Ordering) -> Marked<Shared<T, Leaking, N>> {
[INFO] [stdout]     |                               ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 488 |     pub fn load_marked_shared(&self, order: Ordering) -> Marked<Shared<'_, T, Leaking, N>> {
[INFO] [stdout]     |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/macros.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 |             core::mem::forget($self);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               argument has type `Shared<'_, T, R, N>`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/shared.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     impl_trait!(shared);
[INFO] [stdout]    |     ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(forgetting_copy_types)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `impl_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 36 -             core::mem::forget($self);
[INFO] [stdout] 36 +             let _ = $self;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/macros.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 |             core::mem::forget($self);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               argument has type `Shared<'_, T, R, N>`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/shared.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     impl_trait!(shared);
[INFO] [stdout]    |     ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(forgetting_copy_types)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `impl_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 36 -             core::mem::forget($self);
[INFO] [stdout] 36 +             let _ = $self;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/macros.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             core::mem::forget($self);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               argument has type `Shared<'_, T, R, N>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/shared.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 |     impl_inherent!(shared);
[INFO] [stdout]     |     ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_inherent` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 123 -             core::mem::forget($self);
[INFO] [stdout] 123 +             let _ = $self;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/macros.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 |             core::mem::forget($self);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               argument has type `Unprotected<T, R, N>`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/unprotected.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     impl_trait!(unprotected);
[INFO] [stdout]    |     ------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 36 -             core::mem::forget($self);
[INFO] [stdout] 36 +             let _ = $self;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/macros.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             core::mem::forget($self);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               argument has type `Shared<'_, T, R, N>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/shared.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 |     impl_inherent!(shared);
[INFO] [stdout]     |     ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_inherent` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 123 -             core::mem::forget($self);
[INFO] [stdout] 123 +             let _ = $self;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/macros.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             core::mem::forget($self);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               argument has type `Unprotected<T, R, N>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/unprotected.rs:36:5
[INFO] [stdout]     |
[INFO] [stdout]  36 |     impl_inherent!(unprotected);
[INFO] [stdout]     |     --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_inherent` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 123 -             core::mem::forget($self);
[INFO] [stdout] 123 +             let _ = $self;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/macros.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 |             core::mem::forget($self);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               argument has type `Unprotected<T, R, N>`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/unprotected.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     impl_trait!(unprotected);
[INFO] [stdout]    |     ------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 36 -             core::mem::forget($self);
[INFO] [stdout] 36 +             let _ = $self;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/macros.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             core::mem::forget($self);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               argument has type `Unprotected<T, R, N>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/unprotected.rs:36:5
[INFO] [stdout]     |
[INFO] [stdout]  36 |     impl_inherent!(unprotected);
[INFO] [stdout]     |     --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_inherent` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 123 -             core::mem::forget($self);
[INFO] [stdout] 123 +             let _ = $self;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]     Checking reclaim v0.2.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/pointer/non_null.rs:419:29
[INFO] [stdout]     |
[INFO] [stdout] 419 |         assert_eq!(unsafe { marked.unwrap_value().decompose_ref() }, (&Aligned4(1), 0));
[INFO] [stdout]     |         --------------------^^^^^^^^^^^^^^^^^^^^^--------------------------------------
[INFO] [stdout]     |         |                   |
[INFO] [stdout]     |         |                   this temporary value will be dropped at the end of the block
[INFO] [stdout]     |         borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/pointer/non_null.rs:422:29
[INFO] [stdout]     |
[INFO] [stdout] 422 |         assert_eq!(unsafe { marked.unwrap_value().decompose_ref() }, (&Aligned4(1), 0b11));
[INFO] [stdout]     |         --------------------^^^^^^^^^^^^^^^^^^^^^-----------------------------------------
[INFO] [stdout]     |         |                   |
[INFO] [stdout]     |         |                   this temporary value will be dropped at the end of the block
[INFO] [stdout]     |         borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed src/pointer/non_null.rs (9 fixes)
[INFO] [stderr]        Fixed src/retired.rs (2 fixes)
[INFO] [stderr]        Fixed src/pointer/mod.rs (4 fixes)
[INFO] [stderr]        Fixed src/lib.rs (6 fixes)
[INFO] [stderr]        Fixed src/macros.rs (1 fix)
[INFO] [stderr]        Fixed src/unlinked.rs (4 fixes)
[INFO] [stderr]        Fixed src/unprotected.rs (3 fixes)
[INFO] [stderr]        Fixed src/pointer/raw.rs (4 fixes)
[INFO] [stderr]        Fixed src/align.rs (1 fix)
[INFO] [stderr]    Migrating examples/treiber.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.83s
[INFO] [stderr] crater-edition-check: reclaim v0.2.2 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking reclaim v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/pointer/marked.rs:70:50
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn unwrap_value_or_else(self, func: impl (FnOnce(usize) -> T)) -> T {
[INFO] [stdout]    |                                                  ^                  ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 70 -     pub fn unwrap_value_or_else(self, func: impl (FnOnce(usize) -> T)) -> T {
[INFO] [stdout] 70 +     pub fn unwrap_value_or_else(self, func: impl FnOnce(usize) -> T ) -> T {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/pointer/marked.rs:80:49
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn map<U: NonNullable>(self, func: impl (FnOnce(T) -> U)) -> Marked<U> {
[INFO] [stdout]    |                                                 ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 80 -     pub fn map<U: NonNullable>(self, func: impl (FnOnce(T) -> U)) -> Marked<U> {
[INFO] [stdout] 80 +     pub fn map<U: NonNullable>(self, func: impl FnOnce(T) -> U ) -> Marked<U> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `const_err` has been removed: converted into hard error, see issue #71800 <https://github.com/rust-lang/rust/issues/71800> for more information
[INFO] [stdout]    --> src/pointer/mod.rs:392:8
[INFO] [stdout]     |
[INFO] [stdout] 392 | #[deny(const_err)]
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/pointer/marked.rs:70:50
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn unwrap_value_or_else(self, func: impl (FnOnce(usize) -> T)) -> T {
[INFO] [stdout]    |                                                  ^                  ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 70 -     pub fn unwrap_value_or_else(self, func: impl (FnOnce(usize) -> T)) -> T {
[INFO] [stdout] 70 +     pub fn unwrap_value_or_else(self, func: impl FnOnce(usize) -> T ) -> T {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]   --> src/pointer/marked.rs:80:49
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn map<U: NonNullable>(self, func: impl (FnOnce(T) -> U)) -> Marked<U> {
[INFO] [stdout]    |                                                 ^              ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 80 -     pub fn map<U: NonNullable>(self, func: impl (FnOnce(T) -> U)) -> Marked<U> {
[INFO] [stdout] 80 +     pub fn map<U: NonNullable>(self, func: impl FnOnce(T) -> U ) -> Marked<U> {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `const_err` has been removed: converted into hard error, see issue #71800 <https://github.com/rust-lang/rust/issues/71800> for more information
[INFO] [stdout]    --> src/pointer/mod.rs:392:8
[INFO] [stdout]     |
[INFO] [stdout] 392 | #[deny(const_err)]
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<usize>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/pointer/atomic.rs:142:42
[INFO] [stdout]     |
[INFO] [stdout] 142 |         MarkedPtr::from_usize(self.inner.compare_and_swap(
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:534:9
[INFO] [stdout]     |
[INFO] [stdout] 534 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 537 |     ) -> Marked<Shared<T, Self::Reclaimer, N>>;
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 537 |     ) -> Marked<Shared<'_, T, Self::Reclaimer, N>>;
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:563:9
[INFO] [stdout]     |
[INFO] [stdout] 563 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 567 |     ) -> AcquireResult<T, Self::Reclaimer, N>;
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 567 |     ) -> AcquireResult<'_, T, Self::Reclaimer, N>;
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lib.rs:775:19
[INFO] [stdout]     |
[INFO] [stdout] 775 |     pub fn shared(&self) -> Shared<T, G::Reclaimer, N> {
[INFO] [stdout]     |                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 775 |     pub fn shared(&self) -> Shared<'_, T, G::Reclaimer, N> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/leak.rs:118:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 121 |     ) -> Marked<Shared<T, N>> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 121 |     ) -> Marked<Shared<'_, T, N>> {
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/leak.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 |         &mut self,
[INFO] [stdout]     |         ^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 132 |     ) -> AcquireResult<T, Self::Reclaimer, N> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 132 |     ) -> AcquireResult<'_, T, Self::Reclaimer, N> {
[INFO] [stdout]     |                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/atomic/mod.rs:471:24
[INFO] [stdout]     |
[INFO] [stdout] 471 |     pub fn load_shared(&self, order: Ordering) -> Option<Shared<T, Leaking, N>> {
[INFO] [stdout]     |                        ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 471 |     pub fn load_shared(&self, order: Ordering) -> Option<Shared<'_, T, Leaking, N>> {
[INFO] [stdout]     |                                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/atomic/mod.rs:488:31
[INFO] [stdout]     |
[INFO] [stdout] 488 |     pub fn load_marked_shared(&self, order: Ordering) -> Marked<Shared<T, Leaking, N>> {
[INFO] [stdout]     |                               ^^^^^ the lifetime is elided here ^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 488 |     pub fn load_marked_shared(&self, order: Ordering) -> Marked<Shared<'_, T, Leaking, N>> {
[INFO] [stdout]     |                                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/macros.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 |             core::mem::forget($self);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               argument has type `Shared<'_, T, R, N>`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/shared.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 |     impl_trait!(shared);
[INFO] [stdout]    |     ------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(forgetting_copy_types)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `impl_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 36 -             core::mem::forget($self);
[INFO] [stdout] 36 +             let _ = $self;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/macros.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             core::mem::forget($self);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               argument has type `Shared<'_, T, R, N>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/shared.rs:39:5
[INFO] [stdout]     |
[INFO] [stdout]  39 |     impl_inherent!(shared);
[INFO] [stdout]     |     ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_inherent` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 123 -             core::mem::forget($self);
[INFO] [stdout] 123 +             let _ = $self;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]   --> src/macros.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 |             core::mem::forget($self);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]    |                               |
[INFO] [stdout]    |                               argument has type `Unprotected<T, R, N>`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/unprotected.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 28 |     impl_trait!(unprotected);
[INFO] [stdout]    |     ------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_trait` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]    |
[INFO] [stdout] 36 -             core::mem::forget($self);
[INFO] [stdout] 36 +             let _ = $self;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calls to `std::mem::forget` with a value that implements `Copy` does nothing
[INFO] [stdout]    --> src/macros.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             core::mem::forget($self);
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^-----^
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               argument has type `Unprotected<T, R, N>`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/unprotected.rs:36:5
[INFO] [stdout]     |
[INFO] [stdout]  36 |     impl_inherent!(unprotected);
[INFO] [stdout]     |     --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `impl_inherent` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `let _ = ...` to ignore the expression or result
[INFO] [stdout]     |
[INFO] [stdout] 123 -             core::mem::forget($self);
[INFO] [stdout] 123 +             let _ = $self;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::sync::atomic::Atomic::<usize>::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
[INFO] [stdout]    --> src/pointer/atomic.rs:142:42
[INFO] [stdout]     |
[INFO] [stdout] 142 |         MarkedPtr::from_usize(self.inner.compare_and_swap(
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/pointer/non_null.rs:419:29
[INFO] [stdout]     |
[INFO] [stdout] 419 |         assert_eq!(unsafe { marked.unwrap_value().decompose_ref() }, (&Aligned4(1), 0));
[INFO] [stdout]     |         --------------------^^^^^^^^^^^^^^^^^^^^^--------------------------------------
[INFO] [stdout]     |         |                   |                                   |
[INFO] [stdout]     |         |                   |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |         |                   creates a temporary value which is freed while still in use
[INFO] [stdout]     |         borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0716]: temporary value dropped while borrowed
[INFO] [stdout]    --> src/pointer/non_null.rs:422:29
[INFO] [stdout]     |
[INFO] [stdout] 422 |         assert_eq!(unsafe { marked.unwrap_value().decompose_ref() }, (&Aligned4(1), 0b11));
[INFO] [stdout]     |         --------------------^^^^^^^^^^^^^^^^^^^^^-----------------------------------------
[INFO] [stdout]     |         |                   |                                   |
[INFO] [stdout]     |         |                   |                                   temporary value is freed at the end of this statement
[INFO] [stdout]     |         |                   creates a temporary value which is freed while still in use
[INFO] [stdout]     |         borrow later used here
[INFO] [stdout]     |
[INFO] [stdout]     = note: consider using a `let` binding to create a longer lived value
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0716`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `reclaim` (lib test) due to 2 previous errors; 4 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "08194ddc179e78dac4754393eb15950dff66f9523e8a16983f604239f5988e41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "08194ddc179e78dac4754393eb15950dff66f9523e8a16983f604239f5988e41", kill_on_drop: false }`
[INFO] [stdout] 08194ddc179e78dac4754393eb15950dff66f9523e8a16983f604239f5988e41
